home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / adf_131.zip / ADFCOM2.BAT < prev    next >
DOS Batch File  |  1996-01-22  |  635b  |  14 lines

  1. @echo off
  2. rem
  3. rem Loading ADF for COM2
  4. rem
  5. rem    ┌──────────────────────────────COM-port number, COM1-COM127.
  6. rem    │   ┌──────────────────────────Address in hex of COM-port, 0-FFFF.
  7. rem    │   │  ┌───────────────────────IRQ number of COM-port, 0-15.
  8. rem    │   │  │      ┌────────────────Locked baud-rate, 1-115200.
  9. rem    │   │  │      │     ┌──────────Size of receive buffer, 256-16384.
  10. rem    │   │  │      │     │     ┌────Size of transmit buffer, 256-16384.
  11. rem    │   │  │      │     │     │  ┌─Receiver FIFO trigger level, 1, 4, 8, 14.
  12. rem    │   │  │      │     │     │  │
  13. adf COM2 2F8  3  38400  2048  1024  8
  14.